home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m39.dir / 00039.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  681 b   |  20 lines

  1. on mouseUp
  2.   global gPage1Column1, gPage1Column2, gPage1Column3, gPage1Column4, gPage1Column5, gPage2n3Column1, gPage2n3Column2, gPage2n3Column3, gPage2n3Column4, gPage2n3Column5
  3.   puppetSound("MouseUp.aif")
  4.   if gPage2n3Column3 then
  5.     set the castNum of sprite 14 to cast "view3"
  6.     set the locH of sprite 19 to 1000
  7.     set the locV of sprite 19 to 1000
  8.     set gPage1Column3 to 0
  9.     set gPage2n3Column3 to 0
  10.   else
  11.     set the castNum of sprite 14 to cast "hide3"
  12.     set the castNum of sprite 19 to cast "text2.3"
  13.     set the locH of sprite 19 to 320
  14.     set the locV of sprite 19 to 240
  15.     set gPage1Column3 to 1
  16.     set gPage2n3Column3 to 1
  17.   end if
  18.   updateStage()
  19. end
  20.